home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / features / strip.dir / 00096.ls < prev    next >
Encoding:
Text File  |  1997-01-12  |  147 b   |  9 lines

  1. on mouseUp
  2.   if marker(1) < 100 then
  3.     SetReturn()
  4.     puppetTransition(3, 2, 50, 1)
  5.     puppetSound("PAGE TURN")
  6.     go(marker(1))
  7.   end if
  8. end
  9.